Since you can count collection-time to construction time this is quite a valid comparison.
Imagine operations like creating some kind of immutable objects in a loop, like Integers.
Very cheap to construct and almost no way round if the API forces you this way to go - but the masses of small objects count.
lg Clemens