Layout size is not the same as viewport size. Think of it as your map or level size - if your map is large, you can make your layout size 100000x100000 pixels.
Layout dimensions are used in some behaviors, for example Pathfinding or DestroyOutsideLayout. Also if you have Unbounded scrolling=Off in layout properties, then the scrolling will be limited to layout area.