I'll explain more. There are two important pipe lines with the PC, the CPU which does all the thinking and processing (e.g. crackle filtering, EQing, sample conversion, video format encoding (very heavy processing). And the transfer rate of the drives which stream the data to the storage device upon saving or during processing itself. These two have to be fast and work efficiently together. A mechanical hard disk has an average transfer rate of around 120 megs per second and an access time of around 12ms (as it has to wait for the rotating disk to come to the part where the data is stored for reading and writing, also the head actuator has to seek to that spot on the disk), where as a solid state drive (no moving parts, pure chip based) goes upwards of 500 megs per second transfer rate and has an access time which is a fraction of a ms. Ram drive which is the system memory on the board of your PC is even faster which is approx 22000 megs per second and even faster access time to boot. So if you avoid using mechanical drives when processing/saving audio and video data, and use a combination of the RAM and solid state drive, it is super fast and efficient. It provides a much larger pipe line to feed the central processing unit so it can work at its peak 100% as it is not being starved of data for the task at hand, or in other words, does not have to wait for the data to be fed to it. There is also less chance of Cyclic redundancy errors with non moving parts drives, which takes up time and in very rare cases can corrupt data if the CRC check errors out and fails to correct properly.