Nothing changed, and it’s normal. When you upload a file, it’s split into several pieces and each piece is encrypted. When you download a file, each encrypted piece is retrieved, decrypted and concatenated with the other pieces, all in the memory of the browser.
When you finally have downloaded the file to your computer, closing the tab should free the memory.