It avoids it
if your type has no-op drop implementation. So if you use typed-arena for objects which don't own resources, they all get dropped in one massive deallocation and don't have to be traversed.
EDIT: and then I noticed that you mentioned RAII... Right, if the object own some sort of resources that doesn't apply.