Why load images straight away when the visitor cannot see them yet?
The principle
Lazy loading only loads an image when it comes into view as the visitor scrolls. The result: the page appears much faster at first.
Good news
WordPress enables lazy loading natively for images. Performance plugins extend it to videos and iframes as well.
Key takeaway: only what is visible gets loaded; the rest follows as the visitor scrolls.