dreamora is correct about batching. However, you may be looking at the wrong figure in the Stats. Be sure you are looking at “Emulated Draw Calls” as opposed to “Editor Draw Calls”. The former is what you will actually get on the iPhone.
You can modify the alpha and color by changing the sprite’s “color” property - this uses vertex colors to achieve the effect rather than modifying the entire material color (which kills batching).