This is aimed at saving traffic to get transaction confirmations and improve rpc throughput.
To check transaction confirmations, we needs to call "getrawtransaction" or "gettransaction". But to check confirmations of huge number of transaction, network is crowded and latency is up. "getrawtransaction" and "gettransaction" includes constancy infomation, though confirmations is just changeable field. I think it is good to split off "confirmations" from "getrawtransaction". For this, add new command "getconfirmations" to rpc command.