When the width and height are present in all image tags it can increase the speed and "stability" of page rendering because the browser won't need to download the image first in order to get access to the width/height.
Even in a "responsive" page, the width and height can be rendered as percentages of their container, allowing the browser to respond rapidly to page resizes.
Updating the rendering system to inject image sizes as much as possible would be ideal.
Webflow already have this feature (Set width/height). Or add more details or JS libary with this idea.