Hi Claudio,
I can't speak for Gus, who is the main guy behind Ronin, but I think the reason Ronin allows scriptlets in the view is because it uses Gosu Templates, which are a feature of Gosu and not something specific to Ronin. They can be used in any Gosu project.
The reason Gosu Templates allows scriptlets is that sometimes you just need to encapsulate some code for your template in a function. Yes, it can be abused, but we are all adults here, right?
(As a side note, because of the block-based methods available on collections in Gosu, helper methods and temporary variables are less likely to be needed in applications.)
Cheers,
Carson