I'm not sure, but I think it's about resumable downloads and handling downloading errors. I practically never download anything large through a browser: I get the link and then use `wget -c` to make sure I get the file, automatically retries when connection is lost and re-established, etc, instead of waiting a long time and then checking the download in the browser and find out it failed a few minutes after it starte…
Well that probably made sense in times of IE5, but modern browsers can’t be worse than wget -c ...
I need to be able to leave something downloading and be sure that, when I come back, the file is there.
Now, would I do this if I had a 1Gbps? Probably not. But at 8Mbps, with an internet connection that only works if you offer intestines to gods, I have to.