Both allow similar behavior. For example, code similar to this in ActiveRecord will cause a query for every person to get the associated event.
With Sequel's tactical eager loading plugin, a single query will be used to get the events for all people.