Async on server

What would be a good way to do async on the server involving checking and retrieving data before creating an account? Since I am just grabbing/checking remote data, would it be best to use a package like jobs-collection or just a meteor method with fibers?