Comma inference

Could you give an example of where this is useful? Because for the basic case of foo(bar, baz, qux), it’s not obvious that foo(bar baz qux) is clearer (this is ignoring conflicts with infix notation for odd numbers of arguments).