As databases and applications evolve, some indexes may no longer be needed. Since indexes affect performance when rows are Inserted, Updated or deleted;
Identifying unused indexes and removing them would boost performance.
Another benefit would be memory and disk storage savings.