From what I know, we can use SPServices to query all the list, store it into a javascript array and then make comparison to find duplicates items (using Javascript) in a SharePoint 2007 List.
(I am looking for a command in SPServices that can immediately identify duplicates without having to store into a array and identify the duplicates items.)