For flexibility, e.g. if node-neo4j hasn't implemented a REST API point you'd like to use (like the batch API), it'd be nice if there were a method to let you make an arbitrary call.
E.g. db.http('GET', '/db/data/foo/bar/baz', callback)
Or maybe db.get, db.post, etc.