I would say they are mainly from removing the need for decorators due to there being a nice lambda function/block syntax. So we can define methods like "get" and "delete" which does the job of the decorators, creating something kind of like a mini-DSL.
Some savings through the removal of types, sure, but that is not what I personally see as most import here.
Some savings through the removal of types, sure, but that is not what I personally see as most import here.