*Job prioritization* by function. Implementing hook_job_queue_functions() provides your function with a human-readable name and opportunity to prioritize.
*De-duping*. A new argument to job_queue_add() prevents duplicate jobs from being added, off by default.