Why return value of jQuery function is like array

Why return value of jQuery function is like array

Hey all...
i have a question. i knew that jQuery is object. But if you use write this on your console or firebug (example)

 jQuery("body")

the result is like this Object [body] according Object { 0: body, (othetr properties...)}

why ??