Sometimes you want to render a partial without sharing all the scope.
I often found that the scope inheritance between highly decoupled UI modules makes hard to find errors, because we end up using similar variable names in each module (using @include)
Let me show you an example: