Zend certified PHP/Magento developer

Why does Magento 2 disperse product image files into multiple folders?

When uploading products into Magento 2, by default the system disperses images into folders based on the image name.

file.jpg would end up in pub/media/catalog/product/f/i/file.jpg

Can anyone explain why Magento is designed this way?
What advantages does this offer?