Extra structure
The idiomatic calling convention of using multiple named arguments passed to a function as a table suggests thinking about arguments as having its own nested structure.
Nesting is crucial because it allows in-place definitions of other tables as parameters for arguments.
Syntactic support makes it even more nice and pleasant to use.
This is an example of a successful innovation, however small.