Lazy loading in List (iOS 16, iPhone 14 Pro)

I've seen previous questions asked about iOS 14 and the lazy loading of content inside the List, but it still seems to me that if you use List to store search results, it takes significantly more time to display on the screen than if you use ScrollView with LazyVStack. Maybe it's about how the data is fed to the List input? Or maybe it's the fact that not all content is loaded lazily. I'm open to the idea that text might load lazily, but icons don't.

Lazy loading in List (iOS 16, iPhone 14 Pro)
 
 
Q