Answer:
The CPU processes (performs instructions on things, such as adding) stuff in memory. So when you are processing lots of data, that data ( or maybe large portions of it) will likely get loaded into RAM so it is ready for the cpu, this is to speed things up because RAM is faster to access than storage devices.
Step-by-step explanation: