I understand the benefit of \[code\]required: false\[/code\] sections in MVC4. They are simply optional parts of a layout that will not display if the View does not contain them. But what is the benefit of \[code\]required: true\[/code\] sections? Shouldn't something in a \[code\]required: true\[/code\] section simply be put directly into the layout itself?