Why Stable Shapes Help the Engine
Consistency gives the runtime more room to optimize repeated work.
When objects are created with the same properties in the same general pattern, engines can optimize access more effectively.
If properties appear and disappear unpredictably or get assigned in wildly different shapes, that optimization path becomes less reliable.