It would be useful to allow non-developers to be able to create dynamic URLs, like a blog post, without the need for a developer. This way, a non-developer could create a template page that gets populated based off of new entries to a data model.
Currently, if non-developers want to create a blog article page, they have to make a new entry for a section model and copy over the template.
Now if say a style change were made to make the header font size larger, and the blog has 200 blog posts, this would need to be done 200 times. This can become extremely cumbersome.