Implicit view does not create a dom node, explicit view does, why the difference?

When a template is rendered into an outlet (e.g. index into application), if a user created IndexView class exists then a div is created for the view/template, but if the view is implicit, then no div.