Because instead of needing separate partials for your inline edit template and all the other actions, you just stuff them into the page as hidden divs.
This means you have a single template per page and only need to split out partials for things that are actually shared, rather than for every action on a single page.
This means you have a single template per page and only need to split out partials for things that are actually shared, rather than for every action on a single page.