Typically, if the requirements can be translated to the following patterns, then Map/Reduce is a natural fit:
1. Run a saved search, then perform the same processing on each result
2. Run a saved search, grouping by one of the result columns, then perform the same processing for each group of results