The Admin UI uses a 5 second polling interval to refresh table data. In a lot of places, the views will only be updated in those intervals.
This leads to a bad user experience: If a user deletes an element, for example, he will expect the table to reflect that change immediately after closing the confirmation dialog - not just after potentially 5 seconds.